home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWrap / Source / CmdBgcolor.h < prev    next >
Text File  |  1991-09-16  |  257b  |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "TGIFCell.h"
  5. #import <appkit/color.h>
  6.  
  7. @interface CmdBgcolor:TGIFCell
  8. {
  9.   NXColor color;
  10. }
  11. - initCmd:(int)r :(int)g :(int)b;
  12. - initCmdColor:(NXColor) aColor;
  13. - doCmd;
  14. @end
  15. extern NXBitmapGraphicRep *theBitmap;
  16.